home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / educate / perlb161.zip / PERLIB32.EXE / 0 / RCDATA / TFRMGRAPH / TFRMGRAPH.txt < prev   
Text File  |  1997-04-27  |  7KB  |  300 lines

  1. object frmGraph: TfrmGraph
  2.   Left = 272
  3.   Top = 257
  4.   Width = 555
  5.   Height = 429
  6.   HelpContext = 6
  7.   Caption = 'Trend Graph - BK Periodic Library'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Menu = GraphMenu
  14.   Position = poDefault
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object panBack: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 547
  24.     Height = 353
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     BorderStyle = bsSingle
  28.     Color = clWindow
  29.     TabOrder = 0
  30.     OnResize = panBackResize
  31.     object pntGraph: TPaintBox
  32.       Left = 0
  33.       Top = 0
  34.       Width = 543
  35.       Height = 349
  36.       Align = alClient
  37.       PopupMenu = GraphPopup
  38.       OnDblClick = MenuClick
  39.       OnMouseMove = pntGraphMouseMove
  40.       OnPaint = pntGraphPaint
  41.     end
  42.   end
  43.   object StatusBar: TStatusBar
  44.     Left = 0
  45.     Top = 353
  46.     Width = 547
  47.     Height = 23
  48.     Panels = <
  49.       item
  50.         Width = 50
  51.       end
  52.       item
  53.         Width = 50
  54.       end>
  55.     SimplePanel = False
  56.     OnResize = StatusBarResize
  57.   end
  58.   object GraphMenu: TMainMenu
  59.     Left = 408
  60.     Top = 104
  61.     object mnuProperty: TMenuItem
  62.       Caption = '&Property'
  63.       ShortCut = 0
  64.       object mnuAtomicRadius: TMenuItem
  65.         Caption = 'Atomic &Radius'
  66.         RadioItem = True
  67.         ShortCut = 0
  68.         OnClick = MenuClick
  69.       end
  70.       object mnuAtomicVolume: TMenuItem
  71.         Caption = 'Atomic &Volume'
  72.         RadioItem = True
  73.         ShortCut = 0
  74.         OnClick = MenuClick
  75.       end
  76.       object mnuAtomicWeight: TMenuItem
  77.         Caption = 'Atomic &Weight'
  78.         RadioItem = True
  79.         ShortCut = 0
  80.         OnClick = MenuClick
  81.       end
  82.       object mnuBoilingPoint: TMenuItem
  83.         Caption = '&Boiling Point'
  84.         RadioItem = True
  85.         ShortCut = 0
  86.         OnClick = MenuClick
  87.       end
  88.       object mnuCovalentRadius: TMenuItem
  89.         Caption = '&Covalent Radius'
  90.         RadioItem = True
  91.         ShortCut = 0
  92.         OnClick = MenuClick
  93.       end
  94.       object mnuDensity: TMenuItem
  95.         Caption = '&Density'
  96.         RadioItem = True
  97.         ShortCut = 0
  98.         OnClick = MenuClick
  99.       end
  100.       object mnuElectroConduct: TMenuItem
  101.         Caption = '&Electrical Conductivity'
  102.         RadioItem = True
  103.         ShortCut = 0
  104.         OnClick = MenuClick
  105.       end
  106.       object mnuElectroneg: TMenuItem
  107.         Caption = 'Electro&negativity'
  108.         RadioItem = True
  109.         ShortCut = 0
  110.         OnClick = MenuClick
  111.       end
  112.       object mnuFirstIonPoten: TMenuItem
  113.         Caption = '&First Ionization Potential'
  114.         RadioItem = True
  115.         ShortCut = 0
  116.         OnClick = MenuClick
  117.       end
  118.       object mnuHeatFusion: TMenuItem
  119.         Caption = '&Heat of Fusion'
  120.         RadioItem = True
  121.         ShortCut = 0
  122.         OnClick = MenuClick
  123.       end
  124.       object mnuHeatVapor: TMenuItem
  125.         Caption = 'Heat of &Vaporization'
  126.         RadioItem = True
  127.         ShortCut = 0
  128.         OnClick = MenuClick
  129.       end
  130.       object mnuMeltingPoint: TMenuItem
  131.         Caption = '&Melting Point'
  132.         RadioItem = True
  133.         ShortCut = 0
  134.         OnClick = MenuClick
  135.       end
  136.       object mnuSpecificHeat: TMenuItem
  137.         Caption = '&Specific Heat'
  138.         RadioItem = True
  139.         ShortCut = 0
  140.         OnClick = MenuClick
  141.       end
  142.       object mnuThermalConduct: TMenuItem
  143.         Caption = '&Thermal Conductivity'
  144.         RadioItem = True
  145.         ShortCut = 0
  146.         OnClick = MenuClick
  147.       end
  148.       object N1: TMenuItem
  149.         Caption = '-'
  150.         ShortCut = 0
  151.       end
  152.       object mnuShowSymbolPos: TMenuItem
  153.         Caption = 'Sho&w Symbol Positions'
  154.         ShortCut = 0
  155.         OnClick = MenuClick
  156.       end
  157.       object N2: TMenuItem
  158.         Caption = '-'
  159.         ShortCut = 0
  160.       end
  161.       object mnuClose: TMenuItem
  162.         Caption = 'C&lose'
  163.         ShortCut = 0
  164.         OnClick = MenuClick
  165.       end
  166.     end
  167.     object mnuHelp: TMenuItem
  168.       Caption = '&Help'
  169.       ShortCut = 0
  170.       object mnuHelpTrends: TMenuItem
  171.         Caption = '&Help On Trends'
  172.         ShortCut = 112
  173.         OnClick = MenuClick
  174.       end
  175.       object mnuAbout: TMenuItem
  176.         Caption = '&About BK Periodic Library...'
  177.         ShortCut = 0
  178.         OnClick = MenuClick
  179.       end
  180.     end
  181.   end
  182.   object GraphPopup: TPopupMenu
  183.     Left = 432
  184.     Top = 148
  185.     object mnuPropertyPopup: TMenuItem
  186.       Caption = '&Property'
  187.       ShortCut = 0
  188.       object mnuAtomicRadiusPopup: TMenuItem
  189.         Caption = 'Atomic &Radius'
  190.         RadioItem = True
  191.         ShortCut = 0
  192.         OnClick = MenuClick
  193.       end
  194.       object mnuAtomicVolumePopup: TMenuItem
  195.         Caption = 'Atomic &Volume'
  196.         RadioItem = True
  197.         ShortCut = 0
  198.         OnClick = MenuClick
  199.       end
  200.       object mnuAtomicWeightPopup: TMenuItem
  201.         Caption = 'Atomic &Weight'
  202.         RadioItem = True
  203.         ShortCut = 0
  204.         OnClick = MenuClick
  205.       end
  206.       object mnuBoilingPointPopup: TMenuItem
  207.         Caption = '&Boiling Point'
  208.         RadioItem = True
  209.         ShortCut = 0
  210.         OnClick = MenuClick
  211.       end
  212.       object mnuCovalentRadiusPopup: TMenuItem
  213.         Caption = '&Covalent Radius'
  214.         RadioItem = True
  215.         ShortCut = 0
  216.         OnClick = MenuClick
  217.       end
  218.       object mnuDensityPopup: TMenuItem
  219.         Caption = '&Density'
  220.         RadioItem = True
  221.         ShortCut = 0
  222.         OnClick = MenuClick
  223.       end
  224.       object mnuElectroConductPopup: TMenuItem
  225.         Caption = '&Electrical Conductivity'
  226.         RadioItem = True
  227.         ShortCut = 0
  228.         OnClick = MenuClick
  229.       end
  230.       object mnuElectronegPopup: TMenuItem
  231.         Caption = 'Electro&negativity'
  232.         RadioItem = True
  233.         ShortCut = 0
  234.         OnClick = MenuClick
  235.       end
  236.       object mnuFirstIonPotenPopup: TMenuItem
  237.         Caption = '&First Ionization Potential'
  238.         RadioItem = True
  239.         ShortCut = 0
  240.         OnClick = MenuClick
  241.       end
  242.       object mnuHeatFusionPopup: TMenuItem
  243.         Caption = '&Heat of Fustion'
  244.         RadioItem = True
  245.         ShortCut = 0
  246.         OnClick = MenuClick
  247.       end
  248.       object mnuHeatVaporPopup: TMenuItem
  249.         Caption = 'Heat of &Vaporization'
  250.         RadioItem = True
  251.         ShortCut = 0
  252.         OnClick = MenuClick
  253.       end
  254.       object mnuMeltingPointPopup: TMenuItem
  255.         Caption = '&Melting Point'
  256.         RadioItem = True
  257.         ShortCut = 0
  258.         OnClick = MenuClick
  259.       end
  260.       object mnuSpecificHeatPopup: TMenuItem
  261.         Caption = '&Specific Heat'
  262.         RadioItem = True
  263.         ShortCut = 0
  264.         OnClick = MenuClick
  265.       end
  266.       object mnuThermalConductPopup: TMenuItem
  267.         Caption = '&Thermal Conductivity'
  268.         RadioItem = True
  269.         ShortCut = 0
  270.         OnClick = MenuClick
  271.       end
  272.     end
  273.     object mnuShowSymbolPosPopup: TMenuItem
  274.       Caption = '&Show Symbol Positions'
  275.       ShortCut = 0
  276.       OnClick = MenuClick
  277.     end
  278.     object N4: TMenuItem
  279.       Caption = '-'
  280.       ShortCut = 0
  281.       OnClick = MenuClick
  282.     end
  283.     object mnuElementInfo: TMenuItem
  284.       Caption = '&Element Information'
  285.       ShortCut = 0
  286.       OnClick = MenuClick
  287.     end
  288.     object N3: TMenuItem
  289.       Caption = '-'
  290.       ShortCut = 0
  291.       OnClick = MenuClick
  292.     end
  293.     object mnuClosePopup: TMenuItem
  294.       Caption = '&Close'
  295.       ShortCut = 0
  296.       OnClick = MenuClick
  297.     end
  298.   end
  299. end
  300.